home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 07 / 8 / DISK0786.ZIP / AUTOMENU.ARC / AUTOMENU.MDF < prev    next >
Text File  |  1986-10-09  |  5KB  |  173 lines

  1. ..............................................................
  2. .Automenu Menu Definition File
  3. .By Marshall W. Magee
  4. .Update last on 10/09/86
  5. ..............................................................
  6. %Automenu(tm) Application Menu
  7. .................................................
  8. *Word Processing
  9. ?Run the PERSONAL EDITOR program (Password = IBM)
  10. ^IBM
  11. ^BOSS
  12. >This option requires the filename you wish to edit.
  13. >
  14. >Please Select filename to edit:     (Press ESC to return to menu)
  15. <
  16. -pe2 /q /p\public\pe2.pro %1
  17. .................................................
  18. *Automenu Menu Building Facility
  19. ?This program helps build Menu Definition Files
  20. +AUTOMAKE
  21. +AUTO
  22. .................................................
  23. *Basic
  24. ?Run BASIC directly
  25. -basica
  26. .................................................
  27. *Check Disk
  28. ?Print information about disk
  29. >Select Drive you wish to do a Check Disk of:
  30. <A:,B:,C:,D:
  31. >
  32. >Now performing a check disk of drive -> %1
  33. =CHKDSK %1
  34. .................................................
  35. *Print Directory to Screen
  36. ?List filenames on disk
  37. >Select Drive you wish to see the Directory of:
  38. <A:,C:,D:,A:\PUBLIC
  39. >
  40. >Select directory command option:
  41. >
  42. >      /W     This option prints filenames across screen
  43. >      /P     This option will pause when screen fills
  44. >      /W/P   This option is a combination of the above two options
  45. >
  46. </W,/P,/W/P
  47. >
  48. >Now listing files on drive -> %1 with option -> %2
  49. >
  50. >Total command syntax looks like this ->DIR %1%2
  51. =DIR %1%2
  52. .................................................
  53. *Execute any DOS Command
  54. >Enter any valid DOS Command and Press Return (ESC to return to Menu)
  55. <
  56. >...Now Executing >> %1
  57. =%1
  58. .................................................
  59. *DOS Command Menu
  60. @DOS.MDF
  61. .................................................
  62. *Disk Operating System
  63. ?Return to Disk Operating System
  64. >┌─────────────────────┐
  65. >│▓▒░░░░  D O S  ░░░░▒▓│
  66. >├─────────────────────┤
  67. >│   Enter » AUTO «    │
  68. >│to return to the Menu│
  69. >└─────────────────────┘
  70. >
  71. +ECHO ON
  72. .
  73. .------------------------------
  74. .    Define another sub-menu
  75. .------------------------------
  76. .
  77. %******* Executive Diversions *******
  78. *Chess
  79. ?Play the game of Chess
  80. !CD \GAMES
  81. !CHESS
  82. !CD \
  83. .................................................
  84. *Backgammon
  85. +CD \GAMES
  86. +BACK
  87. +CD \
  88. +AUTO
  89. .................................................
  90. %More Examples
  91. .................................................
  92. *Printer Menu
  93. ?Menu of selections that send print control to PRN:
  94. @PRINTER.MDF
  95. *Multiple password example
  96. ?Perform Directory if password = A or IBM or TEST
  97. ^A
  98. ^IBM
  99. ^TEST
  100. >Select Drive you wish to see the Directory of:
  101. <A:,B:,C:,D:,A:\PUBLIC
  102. >
  103. >Now listing files on drive -> %1
  104. >
  105. =DIR %1/P
  106. .................................................
  107. *Multiple input and parameter passing example
  108. >This option demonstates the capability to prompt the user for eight inputs
  109. >and therefore could pass this information in the form of DOS variables.
  110. >
  111. >This example will print the variable information at end.
  112. >
  113. >
  114. >
  115. >Input for DOS parameter 1     (Dynamic)
  116. <
  117. >Input for DOS parameter 2     (Dynamic)
  118. <
  119. >Input for DOS parameter 3     (Static)
  120. <A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
  121. >Input for DOS parameter 4     (Static)
  122. <A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
  123. >Input for DOS parameter 5     (Static)
  124. <A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
  125. >Input for DOS parameter 6     (Static)
  126. <A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
  127. >Input for DOS parameter 7     (Static)
  128. <A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
  129. >Input for DOS parameter 8     (Dynamic)
  130. <
  131. >Now Automenu will print the parameters
  132. =ECHO %1 %2 %3%4%5%6%7 %8
  133. .................................................
  134. *Build a menu with a Time Execution of an option
  135. ?Build an example of Time Execution
  136. >This option will build a Menu Definition File with the time you wish the option
  137. >to be executed. Enter the filename first and then the time. After which select
  138. >the next option in this menu and enter the same filename to load this new menu.
  139. >This new menu will have an example menu option executed at the time entered.
  140. >
  141. >
  142. >
  143. >
  144. >Enter Filename for Menu Definition File  (Press ESC to Quit)
  145. >   For Example:  TIME.MDF
  146. >
  147. <
  148. >Enter Time in military format
  149. >   For Example:  Enter  09:00  for   9:00am
  150. >                 Enter  23:14  for  11:14pm
  151. >
  152. <
  153. >....Now building file %1 with Time Execution example at %2
  154. !ECHO %%Time Execution Example Menu> %1
  155. !ECHO *Directory>> %1
  156. !ECHO ?This menu option will be executed at %2>> %1
  157. !ECHO [%2>> %1
  158. !ECHO -DIR>> %1
  159. !ECHO *Return to main menu>> %1
  160. !ECHO @AUTOMENU.MDF>> %1
  161. !ECHO #END>> %1
  162. .Put a end-of-file character on the end of MDF using copy
  163. !COPY %1+NUL:/A >NUL
  164. .................................................
  165. *Change to another Menu Definition File
  166. ?Load another Menu Definition file with new choices
  167. >Enter Filename for Menu Definition File  (Press ESC to Quit)
  168. >   For Example:  TIME.MDF
  169. >
  170. <
  171. @%1
  172. #END OF AUTOMENU.MDF
  173.